Click or drag to resize

XmlNodeCollectionInsert Method

Inserts the specified node at the specified possition.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Insert(
	int index,
	XmlNode node
)

Parameters

index
Type: SystemInt32
The index at which the node is inserted.
node
Type: System.XmlXmlNode
The XmlNode to insert.
See Also